Q3ViewHints_SetDimensionsState
You can use theQ3ViewHints_SetDimensionsState
function to set the dimension state associated with a view hints object.
TQ3Status Q3ViewHints_SetDimensionsState ( TQ3ViewHintsObject viewHints, TQ3Boolean isValid);
viewHints
- A view hints object.
isValid
- A dimension state.
DESCRIPTION
TheQ3ViewHints_SetDimensionsState
function sets the dimension state of the view hints object specified by theviewHints
parameter to the value passed in theisValid
parameter.